Ignore entire workspace folder by default#35
Conversation
|
The onboarding step S4_AgentMdStep.java:40-48 loads the agent prompt with this fallback order: AGENT.private.md — the real runtime file (written after onboarding completes, contains the user's personalized prompt) You can safely drop AGENT-ORIGINAL.md. The two-level fallback (AGENT.md → AGENT-ORIGINAL.md) is redundant since they have the same content and AGENT.md serves as the template just fine. You'd just need to remove the one line at S4_AgentMdStep.java:45 and then delete the AGENT-ORIGINAL.MD |
Not sure about this one does make sense to me to ignore the folder by default (especially when the workspace/conversations can be committed).
Also there is AGENT.md and AGENT-ORIGINAL.md, same content, one of the two can be dropped?